home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
lynxlib.zoo
/
e_osbind.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-06-27
|
429 b
|
17 lines
#ifndef E_OSBIND_H
#define E_OSBIND_H
/*-------------------------------------------------------*/
/* All OS-related stuff */
/* Kept for compatability */
/* Programs should include only those files that they */
/* need. */
/*-------------------------------------------------------*/
#include <tos.h>
#include <tosmem.h>
#include <sysvar.h>
#include <vt52.h>
#endif